header {
    height: 80px;
    box-shadow: 0 2px 10px 0 rgba(185, 19, 26, 0.1);
    text-align: center;
    width: 100%;
    z-index: 1000;
    position: inherit;
    top: 0;
    left: 0;
    font-size: 16px;
}

header .w1200 {
    height: 80px;
}

.logo {
    float: left;
    width: 192px;
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
}

.logo a {
    display: inline-block;
    width: 100%;
    height: 100%;

}

.logo h1 {
    color: transparent;
    text-indent: -9999px;
}

.nav {
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
}

.nav li {
    float: left;
    margin: 0 10px;
    line-height: 80px;
}

.nav>li>a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #928080;
    position: relative;
    padding: 0;
}

.nav a:after {
    display: none;
    content: '___';
    position: absolute;
    line-height: normal;
    bottom: -6px;
    left: calc(50% - 12px);
    color: #2d8bcb;
}

.nav li:hover a, .nav li.active a {
    color: #2d8bcb;
}

.nav li.active a:after {
    display: block;
}

.login-box {
    float: right;
    line-height: 80px;
}

.login-box a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
}

.login-box .login-box-btn {
    background: #2d8bcb;
    border: 1px solid #2d8bcb;
    color: #fff;
    border-radius: 2px;
}

.login-box .login-box-btn-o {
    color: #2d8bcb;
    border: 1px solid #2d8bcb;
    border-radius: 2px;
}

.login-box .login-box-btn-o:hover {
    background: #2d8bcb;
    color: #fff;
    text-decoration: none;
}

.banner-wrap {
    height: 620px;
    width: 100%;
    position: relative;
}
/*导航轮播样式*/
.banner-wrap .swiper-slide {
    background: #fff center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 620px
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 62px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 8px;
    border-radius: 3px;
    background-color: #b9b9b9;
    transition: width linear .3s;
    -moz-transition: width linear .3s;
    -webkit-transition: width linear .3s;
    -o-transition: width linear .3s;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #2d8bcb;
}

.swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.swiper-slide a img {
    width: 100%;
}
/*导航轮播样式*/
.banner-text {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    z-index: 9999;
}

.banner-text-more {
    float: right;
    color: #fff;
}

.banner-text-wrap {
    overflow: hidden;
    width: 1100px;
    height: 40px;
    float: left;
}

.banner-text-list li {
    float: left;
    width: 300px;
    margin-right: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-text-list a {
    color: #fff;
}

.message {
    height: 40px;
    line-height: 40px;
    color: #9c9c9c;
    background-color: #fdfbfb;
    border-bottom: 1px solid #f4f4f5;
    overflow: hidden;
}

.message-label {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.message-label img {
    margin-right: 5px;
}

.message-label:after {
    content: '|';
    float: right;
    color: #bcbcbc;
    margin-top: -2px;
}

.message-wrap {
    float: left;
    width: 1000px;
    position: relative;
    overflow: hidden
}

.message-list {
    height: 30px;
}

.message-list li {
    position: absolute;
    top: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.message-list li.active {
    top: 0;
    transition: top linear .5s;
    -moz-transition: top linear .5s;
    -webkit-transition: top linear .5s;
    -o-transition: top linear .5s;
}

.message-list li.out {
    top: -30px;
    transition: top linear .5s;
    -moz-transition: top linear .5s;
    -webkit-transition: top linear .5s;
    -o-transition: top linear .5s;
}
.message-list li a {
    color: #9c9c9c;
}

.section-title {
    padding: 60px 0 15px;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: #373232;
}

.section-title a,.section-title a:hover {
    color: #373232;
    text-decoration: none;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #928080;
}

.section-intro a,.section-intro a:hover {
    color: #928080;
    text-decoration: none;
}

.can-do {
    padding-bottom: 50px;
}

.can-do-list {
    text-align: center;
    margin-top: 50px;
}

.can-do-item {
    display: inline-block;
    vertical-align: middle;
    width: 277px;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.can-do-img {
    position: absolute;
    width: 100%;
    top: 75px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-line {
    position: absolute;
    width: 22px;
    height: 2px;
    background: #df8888;
    top: 200px;
    left: 122px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-item h5 {
    font-size: 18px;
    color: #333333;
    position: absolute;
    width: 100%;
    top: 230px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-item p {
    font-size: 14px;
    color: #928080;
    position: absolute;
    top: 265px;
    padding: 0 38px;
    opacity: 0;
    overflow: hidden;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-btn {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 360px;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.can-do-btn a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #2d8bcb;
    border-radius: 3px;
    color: #2d8bcb;
    transition: background-color linear .3s;
    -moz-transition: background-color linear .3s;
    -webkit-transition: background-color linear .3s;
    -o-transition: background-color linear .3s;
}

.can-do-item:hover {
    box-shadow: 0 2px 10px 0 rgba(141, 26, 26, 0.1);
}

.can-do-item:hover .can-do-img {
    top: 30px;
}

.can-do-item:hover .can-do-line {
    margin: 0;
    height: 0;
    top: 150px;
}

.can-do-item:hover h5 {
    top: 150px;
}

.can-do-item:hover p {
    top: 180px;
    opacity: 1;
}

.can-do-item:hover .can-do-btn {
    opacity: 1;
    top: 280px;
}

.can-do-btn a:hover {
    background-color: #2d8bcb;
    color: #fff;
}

.advantage {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}

.advantage-list {
    position: relative;
    height: 400px;
    margin-top: 60px;
    background: url(../static/index/images/advantage.png) center center no-repeat;
}

.advantage-list dl {
    position: absolute;
}

.advantage-list dt {
    font-size: 16px;
    color: #ea6060;
    line-height: 30px;
}

.advantage-list dd {
    font-size: 14px;
    color: #5f616d;
    line-height: 24px;
}

.advantage-list dl:nth-child(1) {
    top: 35px;
    left: 135px;
    text-align: right
}

.advantage-list dl:nth-child(2) {
    top: 152px;
    left: 83px;
    text-align: right
}

.advantage-list dl:nth-child(3) {
    top: 282px;
    left: 100px;
    text-align: right
}

.advantage-list dl:nth-child(4) {
    top: 64px;
    right: 88px
}

.advantage-list dl:nth-child(5) {
    top: 183px;
    right: 10px
}

.advantage-list dl:nth-child(6) {
    top: 300px;
    right: 137px
}

.progress {
    height: 350px;
    background: url(../static/index/images/progress_bg.png) center center no-repeat;
    text-align: center;
}

.progress dl {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    color: #373232;
}

.progress-list {
    margin-top: 50px;
    font-size: 16px;
}

.progress-list dl img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.progress-list dl:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

.progress-list dl:hover {
    color: #e45656;
}

.progress-arrow {
    display: inline-block;
    margin: 0 32px;
    width: 24px;
    height: 20px;
    background: url(../static/index/images/progress_arrow.png) center center no-repeat;
}

.resource {
    padding-bottom: 60px;
}

.resource-nav {
    margin-top: 50px;
    text-align: center;
}

.resource-nav li {
    width: 120px;
    height: 46px;
    line-height: 46px;
    border: 1px solid transparent;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
}

.resource-nav li.active {
    border-color: #ea6060;
    color: #ea6060;
}

.resource-nav li:hover {
    color: #ea6060;
}

.resource-list {
    margin-top: 45px;
    /*height: 260px;*/
}

.resource-item {
    display: none;
}

.resource-item.active {
    display: block;
}

.resource-item li {
    width: 240px;
    height: 130px;
    line-height: 130px;
    float: left;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; */
}

.resource-item li:hover{
    /* -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none; */
    background-color:#fff;
    box-shadow: 0px 2px 18px 0px rgba(254, 98, 71, 0.09);
}

.agent {
    width: 100%;
    height: 700px;
    background: #f9f9f9;
    position: relative;
}

.agent-bg {
    position: absolute;
    width: 100%;
    /*min-width: 1200px;*/
    height: 380px;
    top: 184px;
    left: 0;
    background: url(../static/index/images/agent_bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1;
}

.agent .w1200 {
    position: relative;
    z-index: 999;
}

.agent-list {
    height: 380px;
    width: 100%;
    margin-top: 49px;
    overflow: hidden;
}

.agent-list li {
    width: 300px;
    height: 380px;
    float: left;
    text-align: center;
}

.agent-list li:nth-child(odd) {
    background-color: rgba(31, 32, 33, .6);
}

.agent-list li:nth-child(even) {
    background-color: rgba(31, 32, 33, .5);
}

.agent-list li:hover {
    background-color: rgba(203, 51, 51, .8);
}

.agent-list li img {
    margin-top: 110px;
}

.agent-list li p {
    padding: 65px 60px 0;
    color: #fff;
    font-size: 16px;
}

.agent-btn {
    margin-top: 46px;
    text-align: center;
}

.agent-btn a {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #245ca8;
    background-color: transparent;
    border-radius: 3px;
    font-size: 18px;
    color: #245ca8;
    transition: all linear .3s;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.agent-btn a:hover {
    background-color: #245ca8;
    color: #fff;
}

.article {
    padding-bottom: 50px;
}

.article-wrap {
    margin: 50px auto 0;
    width: 1098px;
    height: 360px;
}

.article-left {
    float: left;
    position: relative;
    height: 360px;
    width: 546px;
}

.article-img {
    position: absolute;
    width: 430px;
    height: 250px;
    z-index: 5;
    overflow: hidden;
    top: 0;
    left: 0;
}

.article-img img {
    width: 100%;
    height: 100%;
}

.article-date {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 10px;
    color: #606060;
    width: 50px;
    text-align: center;
    line-height: 20px;
}

.article-date span {
    font-size: 40px;
    letter-spacing: -2px;
}

.article-hot {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 440px;
    height: 140px;
    background-color: #f8f8f8;
    z-index: 10;
    padding: 22px;
}

.article-hot h6 {
    font-size: 16px;
    color: #373232;
}

.article-hot p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}

.article-hot a {
    float: right;
    width: 50px;
    height: 20px;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    color: #666;
    font-size: 10px;
    text-align: center;
}

.article-hot a:hover {
    border: 1px solid #3bb4f2;
    color: #3bb4f2;
}

.article-right {
    float: right;
}

.article-btn {
    margin: 50px 0 0;
    text-align: center;
}

.article-btn a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
}

.article-btn a:hover {
    border: 1px solid #2d8bcb;
    color: #2d8bcb;
}

.article-list li {
    width: 490px;
    height: 120px;
    background-color: #ffffff;
    padding: 10px 24px;
    border-bottom: 1px solid #f8f8f8;
}

.article-list li:hover {
    box-shadow: 0 2px 18px 0 rgba(210, 205, 205, 0.2);
}
.article-list li a:hover {
    text-decoration: none;
}

.article-list h5 {
    line-height: 30px;
    letter-spacing: -1px;
    color: #373232;
}

.article-list h5:hover {
    color: #245ca8;
}

.article-list p {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}

.article-list div {
    font-size: 10px;
    color: #999999;
    line-height: 22px;
}

footer {
    background-color: #f9f9f9;
}

.footer-wrap {
    padding: 40px 0;
    /*border-bottom: 1px solid #e7e7e7;*/
}

.footer-left {
    width: 200px;
    float: left;
}

.footer-left p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-left .footer-tel {
    font-size: 22px;
    letter-spacing: 1px;
}

.footer-service a {
    margin-top: 15px;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2d8bcb;
    border-radius: 15px;
    color: #ffffff;
}

.footer-service a:hover {
    background-color: #2d8bcb;
    color: #ffffff;
}

.footer-right {
    float: right;
    width: 930px;
}

.footer-right a:hover{
    color: #555;
}

.footer-right dl {
    float: left;
    width: 184px;
    padding-left: 40px;
}

.footer-right dt {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.footer-right dd {
    font-size: 14px;
    color: #999;
    line-height: 40px;
}

.friend-link {
    padding: 20px 30px;
}

.friend-link-list li {
    float: left;
    line-height: 25px;
    font-size: 12px;
}
/*.friend-link-list li:after {
    content: '|';
    color: #aaa;
    font-size: 10px;
}*/
.friend-link-list li:first-child{
    color: #aaa;
}
.friend-link-list li:first-child:after {
    content: '';
}
.friend-link-list li:last-child:after {
    content: '';
}

.friend-link-list a {
    padding: 0 15px;
    color: #aaa;
}

.copyright {
    min-height: 36px;
    line-height: 36px;
    background-color: #f5f4f4;
    color: #c0bebe;
    font-size: 12px;
    text-align: center;
    padding: 0 33px;

}
.copyright a {
    color: #c0bebe;
}

/* 自定义popup弹出层 */
.windowShadow{display:none; width:100%;height:100%;position:fixed;left:0;right:0;top:0;background-color:rgba(0,0,0,0.25);z-index:5;}
.windowShadow .popupBox{width:300px;height:300px;position:absolute;left:50%;top:50%;margin-top:-150px;margin-left:-150px;background-color: #ffffff;box-shadow: 0px 2px 8px 0px rgba(36, 36, 36, 0.11);}
.windowShadow .popupBox .img{display:flex;width:100%;height:200px;justify-content: center;align-items: center;}
.windowShadow .popupBox .title{font-size:18px;color:#333;text-align:center;padding:0px 10px;}
.windowShadow .popupBox .msgTxt{padding:0px 10px;font-size: 14px;color:#999;line-height:1.3;text-align: center;}

/* 首页变化数字 */
.change-num{width:100%;}
.change-num .w1200{padding:28px 0px;display:flex;align-items: baseline;border-bottom:1px solid #ececec;}
.change-num .w1200 .number{flex:1;font-size:16px;color: #c98988;}
.change-num .w1200 .number span{font-size:40px;color: #e84f4e;/*font-weight:bold;*/}

.zixun {
    width: 151px;
    height: 160px;
    background: url('./img/zixun_bg.png');
    position: fixed;
    right: 50px;
    bottom: 180px;
    z-index: 999;
}

.zixun_btn {
    text-align: center;
    background: url('./img/zixun_btn_bg.png');
    width: 108px;
    height: 38px;
    color: #fff;
    border: none;
    line-height: 30px;
    padding-bottom: 6px;
    position: absolute;
    left: 18px;
    cursor: pointer;
}

.zixun_btn img {
    margin-right: 5px;
}

.backtop {
    cursor: pointer;
    position: fixed;
    z-index: 999;
    width: 50px;
    height: 46px;
    background: url('./img/backtop.png');
    bottom: 36px;
    right: 50px;
}

.backtop_icon {
    width: 27px;
    height: 11px;
    margin: 0 auto;
    background: url('./img/backtop_icon.png');
    margin-top: 20px;
}

.backtop:hover .backtop_icon {
    background: url('./img/backtop_icon_hover.png');
}

#Scroll {
    CLEAR: both;
    BORDER-RIGHT: #cdc9ca 1px solid;
    BORDER-TOP: #cdc9ca 1px solid;
    FONT-SIZE: 12px;
    MARGIN: 0px auto;
    BORDER-LEFT: #cdc9ca 1px solid;
    WIDTH: 100%;
    COLOR: #2d8bcb;
    LINE-HEIGHT: 27px;
    BORDER-BOTTOM: #cdc9ca 1px solid;
    HEIGHT: 27px;
    TEXT-ALIGN: left
}

#Scroll-nav {
    float: left;
    padding:0 15px;
}
#Scroll A {
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 10px;
    COLOR: #aaa;
    MARGIN-RIGHT: 5px;
    TEXT-DECORATION: none;
    white-space:nowrap
}

#Scroll A.s_end {
    PADDING-RIGHT: 0px;
    MARGIN-LEFT: 8px
}